﻿@import "bootstrap.css";
@import "slick.css";
@import "animate.min.css";
@import "base.css";

body{ padding-top: 90px; background-color: #f5f5f5; }

/*header-wrapper 头部*/
div.header-wrapper{ width: 100%; height: 90px; background-color: #FFF; box-shadow: 0 0 8px rgba(0, 0, 0, .1); position: fixed; top: 0; left: 0; z-index: 999; }
div.header-wrapper a:hover, div.header-wrapper a:focus{ text-decoration: none; }

div.header-wrapper a.logo, div.header-wrapper a.groupClub{ position: absolute; }
div.header-wrapper a.logo{ width: 205px; height: 57px; left: 30px; top: 17px; }
div.header-wrapper a.logo img{ max-width: 100%; }

div.header-wrapper a.groupClub{ width: 136px;  background-color: #a31e2c; color: #FFF; text-align: center; line-height: 36px; right: 30px; top: 26px; }
div.header-wrapper a.groupClub span, div.header-wrapper a.groupClub i{ display: inline-block; vertical-align: middle; }
div.header-wrapper a.groupClub span{ font-size: 16px; }
div.header-wrapper a.groupClub i{ width: 0; height: 0; margin-left: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
}

div.header-wrapper .navigation{ width: 1360px; padding: 0 180px; float: right; }
div.header-wrapper .navigation:after{ display: block; content: ''; clear: both; }
div.header-wrapper .navigation ul.list{ float: right; }
div.header-wrapper .navigation ul.list:after{ display: block; content: ''; clear: both; }
div.header-wrapper .navigation ul.list li{ border-bottom: 4px solid #FFF; float: left; }
div.header-wrapper .navigation ul.list li a{ display: block; font-size: 16px; line-height: 16px; color: #000; padding: 35px 25px; }
div.header-wrapper .navigation ul.list li.active{  border-bottom-color: #a31e2c; }
div.header-wrapper .navigation ul.list li.active a, div.header-wrapper .navigation ul.list li a:hover{ color: #a31e2c; }

div.header-wrapper .sm-menu{ display: none; }


@media (max-width: 1360px) {
    body{ padding-top: 80px; }

    div.header-wrapper{ height: 80px; }
    div.header-wrapper a.logo{ top: 12px; }
    div.header-wrapper a.groupClub{ top: 20px; }

    div.header-wrapper .navigation{ width: 100%; }
    div.header-wrapper .navigation ul.list li a{ font-size: 14px; padding: 30px 15px; }
}

@media (max-width: 1200px) {
    div.header-wrapper .navigation ul.list li a{ padding: 30px 5px; }
}

@media (max-width: 980px) {
    body{ padding-top: 70px; }

    div.header-wrapper{ height: 70px; }
    div.header-wrapper a.logo{ width: 120px; height: 50px; top: 10px; left: 15px; }

    div.header-wrapper a.groupClub{ width: 120px; top: 17px; right: 60px; display: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    div.header-wrapper a.groupClub span{ font-size: 14px; }

    div.header-wrapper .sm-menu{ display: block; width: 36px; height: 36px; background-color: #666; position: absolute; top: 17px; right: 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    div.header-wrapper .sm-menu span{ display: block; width: 24px; height: 3px; background-color: #FFF; position: absolute; left: 50%; margin-left: -12px; top: 50%; margin-top: -1.5px; }
    div.header-wrapper .sm-menu span:before, div.header-wrapper .sm-menu span:after{ display: block; content: ''; width: 100%; height: 3px; background-color: #FFF; position: absolute; left: 0; }
    div.header-wrapper .sm-menu span:before{ top: -6px; }
    div.header-wrapper .sm-menu span:after{ bottom: -6px; }
    div.header-wrapper .sm-menu span, div.header-wrapper .sm-menu span:before, div.header-wrapper .sm-menu span:after{
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    div.header-wrapper .navigation{ background-color: #FFF; }
    div.header-wrapper .navigation ul.list{ display: none; }
    div.header-wrapper .navigation ul.list li a{ color: #666; }

    body.fixed{}

    body.fixed div.header-wrapper .sm-menu{ }
    body.fixed div.header-wrapper .sm-menu span{ background-color: transparent; }
    body.fixed div.header-wrapper .sm-menu span:before{
        -webkit-transform: rotate(45deg) translate(4px, 4.5px);
        -moz-transform: rotate(45deg) translate(4px, 4.5px);
        -ms-transform: rotate(45deg) translate(4px, 4.5px);
        -o-transform: rotate(45deg) translate(4px, 4.5px);
        transform: rotate(45deg) translate(4px, 4.5px);
    }
    body.fixed div.header-wrapper .sm-menu span:after{
        -webkit-transform: rotate(-45deg) translate(4px, -4px);
        -moz-transform: rotate(-45deg) translate(4px, -4px);
        -ms-transform: rotate(-45deg) translate(4px, -4px);
        -o-transform: rotate(-45deg) translate(4px, -4px);
        transform: rotate(-45deg) translate(4px, -4px);
    }
    body.fixed div.header-wrapper .navigation{ padding: 70px 0 0; }
    body.fixed div.header-wrapper .navigation ul.list{ border-top: 1px solid #CCC; float: none; }
    body.fixed div.header-wrapper .navigation ul.list li{ float: none; border-bottom: 1px solid #CCC; }
    body.fixed div.header-wrapper .navigation ul.list li a{ padding: 20px 15px; font-size: 16px; }
    body.fixed div.header-wrapper .navigation ul.list li.active{ border-bottom-color: #CCC; }
}

@media (max-width: 320px) {
    div.header-wrapper a.groupClub{ width: 100px; }
    div.header-wrapper a.groupClub span{ font-size: 12px; }

    body.fixed div.header-wrapper .navigation ul.list li a{ padding: 15px; }
}


/*footer-wrapper*/
div.footer-wrapper{ width: 100%; background-color: #FFF; }

div.footer-wrapper .fw-top{ padding: 35px 0; }
div.footer-wrapper .fw-table{ display: table; width: 100%; }
div.footer-wrapper .fw-table .item{ display: table-cell; width: 16%; padding-left: 5%; }
div.footer-wrapper .fw-table .item:first-child{ padding-left: 0; }
div.footer-wrapper .fw-table dl{ }
div.footer-wrapper .fw-table dt{ font-size: 18px; color: #a31e2c; font-weight: normal; border-bottom: 1px solid #beae7c; padding: 15px 0; }
div.footer-wrapper .fw-table dd{ padding: 10px 0; }
div.footer-wrapper .fw-table dd a{ font-size: 14px; color: #666; }
div.footer-wrapper .fw-table dd a:hover, div.footer-wrapper .fw-table dd a:focus{ text-decoration: none; }
div.footer-wrapper .fw-table dd a:hover{ color: #a31e2c; }

div.footer-wrapper .fw-table ul{}
div.footer-wrapper .fw-table ul li{ padding: 10px 0; }

@media (max-width: 980px) {
    div.footer-wrapper .fw-table dt{ font-size: 16px; padding: 10px 0; }
    div.footer-wrapper .fw-table dd{ padding: 6px 0; }
    div.footer-wrapper .fw-table dd a{ font-size: 12px; }
    div.footer-wrapper .fw-table ul li{ padding: 6px 0; }
}

@media (max-width: 768px) {
    div.footer-wrapper .fw-table{ display: block; }
    div.footer-wrapper .fw-table .item{ display: block; width: 100%; padding: 0; }
    div.footer-wrapper .fw-table .item:first-child dt{ border-top: 1px solid #beae7c; }
    div.footer-wrapper .fw-table dt{ padding: 20px 10px; position: relative; }
    div.footer-wrapper .fw-table dt i{ display: block; width: 32px; height: 100%; padding: 15px; position: absolute; top: 0; right: 0; }
    div.footer-wrapper .fw-table dt i:before, div.footer-wrapper .fw-table dt i:after{ display: block; content: ''; width: 14px; height: 2px; background-color: #beae7c; position: absolute; right: 15px; }
    div.footer-wrapper .fw-table dt i:before{ top: 50%; margin-top: -1px; }
    div.footer-wrapper .fw-table dt i:after{ top: 50%; margin-top: -1px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    div.footer-wrapper .fw-table dd{ display: none; padding: 15px 10px; }
    div.footer-wrapper .fw-table dd a{ font-size: 16px; }
    div.footer-wrapper .fw-table ul li{ padding: 12px 0; }
    div.footer-wrapper .fw-table dl.active dt i:after{ display: none; }
}

@media (max-width: 320px) {
    div.footer-wrapper .fw-table dd a{ font-size: 14px; }
    div.footer-wrapper .fw-table ul li{ padding: 8px 0; }
}


div.footer-wrapper .fw-bottom{ background-color: #000; font-size: 14px; color: #beae7c; text-align: center; padding: 35px 0; }
div.footer-wrapper .fw-bottom span.inline{ display: inline-block; vertical-align: middle; padding-left: 15px; font-size: 14px; line-height: 24px; }
div.footer-wrapper .fw-bottom span.inline:first-child{ padding-left: 0; }
div.footer-wrapper .fw-bottom a {color: #beae7c;}

@media (max-width: 768px) {
    div.footer-wrapper .fw-bottom span.inline{ display: block; padding-left: 0; }
}

@media (max-width: 560px) {
    div.footer-wrapper .fw-bottom span.inline{ font-size: 12px; line-height: 20px; }
    div.footer-wrapper .fw-bottom span.inline:last-child{ display: none; }
}


/*index-banner*/
div.index-banner{ width: 100%; }
div.index-banner img{ max-width: 100%; }
div.index-banner img.sm-banner{ display: none; }

div.index-banner button.slick-arrow{ width: 71px; height: 142px; outline: none; position: absolute; top: 50%; margin-top: -71px; z-index: 99; background: no-repeat left center; background-size: 100%; border: 0; }
div.index-banner button.slick-arrow.slick-prev{ left: 0; background-image: url("../images/br_left.png"); }
div.index-banner button.slick-arrow.slick-next{ right: 0; background-image: url("../images/br_right.png"); }
div.index-banner button.slick-arrow.slick-prev:hover{ left: 0; background-image: url("../images/br_left_hover.png"); }
div.index-banner button.slick-arrow.slick-next:hover{ right: 0; background-image: url("../images/br_right_hover.png"); }

div.index-banner ul.slick-dots{ width: 100%; position: absolute; left: 0; bottom: 30px; z-index: 99; text-align: center; }
div.index-banner ul.slick-dots li{ display: inline-block; vertical-align: middle; margin: 0 5px;  }
div.index-banner ul.slick-dots button{ width: 30px; height: 28px; background: url("../images/br_dot.png") no-repeat center; background-size: 100%; display: block; overflow: hidden; text-indent: 30px; border: 0; outline: none; }
div.index-banner ul.slick-dots li[aria-hidden=false] button{ background-image: url("../images/br_dot_hover.png"); }



@media (max-width: 980px) {
    div.index-banner button.slick-arrow{ width: 50px; height: 100px; margin-top: -50px; }
    div.index-banner ul.slick-dots button{ width: 20px; height: 18px; }
}

@media (max-width: 560px) {
    div.index-banner button.slick-arrow{ width: 36px; height: 72px; margin-top: -36px; }
    div.index-banner ul.slick-dots{ bottom: 20px; }
    div.index-banner ul.slick-dots button{ width: 18px; height: 16px; }

    div.index-banner img{ display: none; }
    div.index-banner img.sm-banner{ display: block; }
}

/*index-box*/
div.index-box{ padding: 60px 0; }
div.index-box .title{ text-align: center; }
div.index-box .title h2{ font-size: 48px; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; margin-bottom: 10px; }
div.index-box .title p{ font-size: 24px; color: #c0af7a; }
div.index-box .content{ padding: 20px 0; }

@media (max-width: 1360px) {
    div.index-box .title h2{ font-size: 36px; }
    div.index-box .title p{ font-size: 18px; }
}

@media (max-width: 980px) {
    div.index-box .title h2{ font-size: 30px; }
    div.index-box .title p{ font-size: 16px; }
}

@media (max-width: 560px) {
    div.index-box{ padding: 35px 0; }
    div.index-box .title h2{ font-size: 26px; }
    div.index-box .title p{ font-size: 14px; }
}

/*index-aboutUs*/
div.index-box.index-aboutUs{ width: 100%; background-color: #FFF; }
div.index-box.index-aboutUs .content{ text-align: center; font-size: 14px; line-height: 32px; color: #333; }
div.index-box.index-aboutUs a.more{ display: block; width: 170px; height: 46px; text-align: center; line-height: 42px; margin: 45px auto 0; border: 2px solid #beae7c; font-size: 14px; color: #beae7c; }
div.index-box.index-aboutUs a.more:hover, div.index-box.index-aboutUs a.more:focus{ text-decoration: none; }
div.index-box.index-aboutUs a.more span, div.index-box.index-aboutUs a.more i{ display: inline-block; vertical-align: middle; }
div.index-box.index-aboutUs a.more i{ width: 0; height: 0; margin-left: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #beae7c;
}
div.index-box.index-aboutUs a.more:hover{ background-color: #beae7c; color: #FFF; }
div.index-box.index-aboutUs a.more:hover i{ border-left-color: #FFF; }

@media (max-width: 980px) {
    div.index-box.index-aboutUs .content{ text-align: left; }
    div.index-box.index-aboutUs .content p{ text-indent: 2em; }

    div.index-box.index-aboutUs a.more{ width: 120px; height: 36px; line-height: 32px; border-width: 1px; }
}

@media (max-width: 560px) {
    div.index-box.index-aboutUs .content{ font-size: 12px; line-height: 24px; }
}

/*index-business*/
div.index-box.index-business{ background: url("../images/bg_01.jpg") no-repeat top center fixed; background-size: cover; position: relative; }
div.index-box.index-business:before{ display: block; content: ''; width: 100%; height: 100%; background-color: rgba(187, 161, 110, .6); position: absolute; left: 0; top: 0; z-index: 1; }
div.index-box.index-business .title{ position: relative; z-index: 88; }
div.index-box.index-business .title h2{ color: #FFF; }
div.index-box.index-business .title p{ color: #FFF; }

div.index-box.index-business .content{ position: relative; z-index: 88; }
div.index-box.index-business .index-biz-banner{ margin: 20px auto 30px; position: relative; }
div.index-box.index-business .slick-slide{ }
div.index-box.index-business .slick-slide .item{ display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; width: 360px; height: 360px; background-color: rgba(255, 255, 255, .9); font-size: 26px; color: #333; margin: 0 auto;
    -moz-border-radius: 420px;
    -webkit-border-radius: 420px;
    border-radius: 420px;
}
div.index-box.index-business .slick-slide a:hover, div.index-box.index-business .slick-slide a:focus{ text-decoration: none; }
div.index-box.index-business .slick-slide .item p.en{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
div.index-box.index-business .slick-slide .item:hover{ color: #FFF; background-color: rgba(187, 161, 110, .9); }

div.index-box.index-business button.slick-arrow{ width: 44px; height: 81px; position: absolute; top: 50%; margin-top: -40.5px; outline: none; border: 0; background: no-repeat left center; background-size: 100%; }
div.index-box.index-business button.slick-arrow.slick-prev{ left: -80px; background-image: url("../images/btn1_left.png"); }
div.index-box.index-business button.slick-arrow.slick-next{ right: -80px; background-image: url("../images/btn1_right.png"); }
div.index-box.index-business button.slick-arrow.slick-prev:hover{ background-image: url("../images/btn1_left_hover.png"); }
div.index-box.index-business button.slick-arrow.slick-next:hover{ background-image: url("../images/btn1_right_hover.png"); }

div.index-box.index-business ul.slick-dots{ width: 100%; position: absolute; left: 0; bottom: -70px; text-align: center; }
div.index-box.index-business ul.slick-dots li{ display: inline-block; vertical-align: middle; margin: 0 5px; }
div.index-box.index-business ul.slick-dots li button{ width: 18px; height: 18px; overflow: hidden; text-indent: 30px; border: 0; outline: none; background: url("../images/dot.png") no-repeat center; background-size: 100%; }
div.index-box.index-business ul.slick-dots li[aria-hidden=false] button{ background-image: url("../images/dot_hover.png"); }

@media (max-width: 1560px) {
    div.index-box.index-business .index-biz-banner{ padding: 0 60px; }
    div.index-box.index-business .slick-slide .item{ width: 320px; height: 320px; font-size: 24px; }

    div.index-box.index-business button.slick-arrow.slick-prev{ left: -50px; }
    div.index-box.index-business button.slick-arrow.slick-next{ right: -50px; }
}

@media (max-width: 1360px) {
    div.index-box.index-business .slick-slide .item{ width: 280px; height: 280px; font-size: 24px; }
}

@media (max-width: 1200px) {
    div.index-box.index-business .slick-slide .item{ width: 240px; height: 240px; font-size: 21px; }
}

@media (max-width: 560px) {
    div.index-box.index-business button.slick-arrow{ width: 30px; height: 56px; margin-top: -28px; }
    div.index-box.index-business .slick-slide .item{ width: 200px; height: 200px; font-size: 18px; }
    div.index-box.index-business ul.slick-dots{ bottom: -60px; }
    div.index-box.index-business ul.slick-dots li{ margin: 0 3px; }
    div.index-box.index-business ul.slick-dots li button{ width: 12px; height: 12px; }
}

@media (max-width: 375px) {
    div.index-box.index-business .index-biz-banner{ padding: 0 35px; }
    div.index-box.index-business button.slick-arrow.slick-prev{ left: -35px; }
    div.index-box.index-business button.slick-arrow.slick-next{ right: -35px; }
}

/*index-track*/
div.index-box.index-track{ width: 100%; background-color: #EEE; }

div.index-track-banner{ width: 100%; position: relative; margin: 20px auto 30px; }
div.index-track-banner .banner-list{}
div.index-track-banner .banner-list a:hover, div.index-track-banner .banner-list a:focus{ text-decoration: none; }
div.index-track-banner .item{ padding: 0 15px; color: #333; }
div.index-track-banner .item dl{ width: 100%; background-color: #FFF; }
div.index-track-banner .item dt{ width: 100%; overflow: hidden; }
div.index-track-banner .item dt img{ width: 100%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
div.index-track-banner .item dd{ padding: 10px 30px 45px; }
div.index-track-banner .item dd h3{ font-size: 22px; padding: 15px 0; margin-bottom: 15px; position: relative; }
div.index-track-banner .item dd h3:after{ width: 24px; height: 2px; content: ''; background-color: #999; position: absolute; left: 0; bottom: 0; z-index: 1; }
div.index-track-banner .item dd p{ font-size: 14px; color: #666; }

div.index-track-banner .item:hover dt img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
div.index-track-banner .item:hover dd{ background-color: #bba16e; }
div.index-track-banner .item:hover dd h3{ color: #FFF; }
div.index-track-banner .item:hover dd p{ color: #FFF; }

div.index-track-banner button.slick-arrow{ width: 44px; height: 81px; position: absolute; top: 50%; margin-top: -40.5px; outline: none; border: 0; background: no-repeat left center; background-size: 100%; }
div.index-track-banner button.slick-arrow.slick-prev{ left: -80px; background-image: url("../images/btn2_left.png"); }
div.index-track-banner button.slick-arrow.slick-next{ right: -80px; background-image: url("../images/btn2_right.png"); }
div.index-track-banner button.slick-arrow.slick-prev:hover{ background-image: url("../images/btn2_left_hover.png"); }
div.index-track-banner button.slick-arrow.slick-next:hover{ background-image: url("../images/btn2_right_hover.png"); }

div.index-track-banner ul.slick-dots{ width: 100%; position: absolute; left: 0; bottom: -70px; text-align: center; }
div.index-track-banner ul.slick-dots li{ display: inline-block; vertical-align: middle; margin: 0 5px; }
div.index-track-banner ul.slick-dots li button{ width: 18px; height: 18px; overflow: hidden; text-indent: 30px; border: 0; outline: none; background: url("../images/dot.png") no-repeat center; background-size: 100%; }
div.index-track-banner ul.slick-dots li[aria-hidden=false] button{ background-image: url("../images/dot_hover.png"); }

@media (max-width: 1560px) {
    div.index-track-banner{ padding: 0 60px; }

    div.index-track-banner button.slick-arrow.slick-prev{ left: -50px; }
    div.index-track-banner button.slick-arrow.slick-next{ right: -50px; }
}

@media (max-width: 1200px) {
    div.index-track-banner .item dd h3{ font-size: 18px; }
    div.index-track-banner .item dd p{ font-size: 12px; }
}

@media (max-width: 768px) {
    div.index-track-banner button.slick-arrow{ width: 30px; height: 56px; margin-top: -28px; }
    div.index-track-banner button.slick-arrow.slick-prev{ left: -50px; }
    div.index-track-banner button.slick-arrow.slick-next{ right: -50px; }

    div.index-track-banner ul.slick-dots li button{ width: 12px; height: 12px; }
}

@media (max-width: 420px) {
    div.index-track-banner{ padding: 0 35px; margin-bottom: 20px; }
    div.index-track-banner button.slick-arrow.slick-prev{ left: -35px; }
    div.index-track-banner button.slick-arrow.slick-next{ right: -35px; }

    div.index-track-banner ul.slick-dots{ bottom: -50px; }

    div.index-track-banner .item dd{ padding: 0 20px 20px; }
    div.index-track-banner .item dd h3{ line-height: 21px; font-size: 16px; }
}


/*index-news*/
div.index-box.index-news{ width: 100%; background: url("../images/bg_02.jpg") no-repeat top center fixed; background-size: cover; position: relative; }
div.index-box.index-news:before{ display: block; content: ''; width: 100%; height: 100%; background-color: rgba(187, 161, 110, .6); position: absolute; left: 0; top: 0; z-index: 1; }
div.index-box.index-news .title{ position: relative; z-index: 88; }
div.index-box.index-news .title h2{ color: #FFF; }
div.index-box.index-news .title p{ color: #FFF; }

div.index-box.index-news .content{ position: relative; z-index: 88; }

div.index-news-wrap{ width: 100%; padding: 20px 0 30px; }
div.index-news-wrap:after{ width: 100%; content: ''; clear: both; }

div.index-news-wrap .item{ width: 49%; margin: 1% 0 1% 2%; float: left; }
div.index-news-wrap .item:nth-child(2n+1){ margin-left: 0; }
div.index-news-wrap a{ display: block; color: #333; width: 100%; background-color: #FFF; }
div.index-news-wrap a:hover, div.index-news-wrap a:focus{ text-decoration: none; }

div.index-news-wrap dl{ padding: 20px; }
div.index-news-wrap dl:after{ display: block; content: ''; clear: both; }
div.index-news-wrap dl dt{ width: 226px; height: 120px; overflow: hidden; white-space: nowrap; float: left; }
div.index-news-wrap dl dt img{ max-width: 100%; min-height: 100%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
div.index-news-wrap dl dd{ min-height: 120px; padding-left: 245px; padding-bottom: 30px; position: relative; }
div.index-news-wrap dl dd h3{ font-size: 16px; font-weight: bold; color: #666; margin-bottom: 12px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
div.index-news-wrap dl dd p.intro{ height: 60px; overflow: hidden; font-size: 14px; color: #999; }
div.index-news-wrap dl dd p.time{ font-size: 12px; color: #999; position: absolute; left: 245px; bottom: 0; }

div.index-news-wrap a:hover dl{ box-shadow: 0 0 15px rgba(0, 0, 0, .2); }
div.index-news-wrap a:hover dl dt img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
div.index-news-wrap a:hover dl dd h3{ color: #333; }
div.index-news-wrap a:hover dl dd p.intro{ color: #666; }

@media (max-width: 1200px) {
    div.index-news-wrap dl dt{ width: 180px; }
    div.index-news-wrap dl dd{ padding-left: 195px; }
    div.index-news-wrap dl dd p.time{ left: 195px; }
}

@media (max-width: 980px) {
    div.index-news-wrap .item{ width: 100%; margin: 2% 0; float: none; }
}

@media (max-width: 560px) {
    div.index-news-wrap{ padding: 0; }
    div.index-news-wrap dl{ padding: 15px 20px; }
    div.index-news-wrap dl dt{ width: 100%; text-align: center; height: auto; float: none; margin: 0 auto 15px; }
    div.index-news-wrap dl dt img{ min-height: inherit; }
    div.index-news-wrap dl dd{ min-height: inherit; padding-left: 0; }
    div.index-news-wrap dl dd p.time{ left: 0 }
}

/*inner-banner*/
div.inner-banner{ width: 100%; background: no-repeat center center; background-size: cover; }
div.inner-banner .flex-box{ width: 100%;  height: 480px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
div.inner-banner h3{ color: #FFF; font-size: 42px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 10px; }
div.inner-banner h5{ color: #FFF; font-size: 24px; }


div.inner-banner.about{ background-image: url("../images/banner.jpg"); }
div.inner-banner.biz{ background-image: url("../images/banner.jpg"); }
div.inner-banner.biz{ background-image: url("../images/banner.jpg"); }
div.inner-banner.case{ background-image: url("../images/banner.jpg"); }
div.inner-banner.news{ background-image: url("../images/banner.jpg"); }
div.inner-banner.touzi{ background-image: url("../images/banner2.jpg"); }
div.inner-banner.pdf{ background-image: url("../images/banner.jpg"); }
div.inner-banner.pdf{ background-image: url("../images/banner.jpg"); }
div.inner-banner.social{ background-image: url("../images/banner.jpg"); }
div.inner-banner.contact{ background-image: url("../images/banner.jpg"); }

@media (max-width: 980px) {
    div.inner-banner .flex-box{ height: 360px; }
    div.inner-banner h3{ font-size: 36px; }
    div.inner-banner h5{ font-size: 20px; }
}

@media (max-width: 560px) {
    div.inner-banner .flex-box{ height: 240px; }
    div.inner-banner h3{ font-size: 24px; }
    div.inner-banner h5{ font-size: 16px; }
}

/*inner-nav-wrap*/
div.inner-nav-wrap{ width: 100%; background-color: #FFF; border-bottom: 1px solid #CCC; }
div.inner-nav-wrap ul.list{ width: 100%; text-align: center; }
div.inner-nav-wrap ul.list li{ display: inline-block; padding: 0 15px; position: relative; z-index: 1; bottom: -1px; }
div.inner-nav-wrap ul.list li:before{ display: block; content: '/'; color: #999; position: absolute; left: 0; top: 50%; margin-top: -10px; }
div.inner-nav-wrap ul.list li:first-child:before{ display: none; }

div.inner-nav-wrap ul.list li a{ display: block; padding: 15px 30px; color: #666; font-size: 14px; border-bottom: 2px solid transparent; }
div.inner-nav-wrap ul.list li a:hover, div.inner-nav-wrap ul.list li a:focus{ text-decoration: none; }

div.inner-nav-wrap ul.list li.active a{ border-bottom-color: #beae7c; }
div.inner-nav-wrap ul.list li.active a, div.inner-nav-wrap ul.list li a:hover{ color: #beae7c; }

@media (max-width: 980px) {
    div.inner-nav-wrap ul.list{ padding: 10px 0; text-align: left; }
    div.inner-nav-wrap ul.list li:before{ display: none; }
    div.inner-nav-wrap ul.list li{ padding: 5px; border-width: 1px; position: static; }
    div.inner-nav-wrap ul.list li:first-child{ padding-left: 0; }
    div.inner-nav-wrap ul.list li a{ line-height: 14px; border: 1px solid #CCC; padding: 8px 12px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    div.inner-nav-wrap ul.list li.active a{ border-color: #beae7c; }
}

/*position-wrapper*/
div.position-wrapper{ width: 100%; margin: 35px 0; font-size: 14px; color: #999; }
div.position-wrapper a{ color: #999; font-size: 14px; }
div.position-wrapper a:hover, div.position-wrapper a:focus{ text-decoration: none; }
div.position-wrapper i.home{ display: inline-block; vertical-align: middle; width: 18px; height: 18px; background: url("../images/home.png") no-repeat center; background-size: 100%; }
div.position-wrapper a:hover{ color: #333; }

/*main-wrapper*/
div.main-wrapper{ margin: 35px 0 80px; }


/*about-wrap*/
div.main-wrapper.about-wrap{ }
div.main-wrapper.about-wrap .right-cont{ }
div.main-wrapper.about-wrap .right-cont:after{ display: block; content: ''; clear: both; }

div.main-wrapper.about-wrap .thumb{ width: 600px; float: left; }
div.main-wrapper.about-wrap .thumb img{ width: 100%; }

div.main-wrapper.about-wrap .right-cont{ padding-left: 630px; }
div.main-wrapper.about-wrap .right-cont .title{ position: relative; }
div.main-wrapper.about-wrap .right-cont .title h2{ font-size: 200px; line-height: 170px; color: #beae7c; font-weight: bold; font-family: Arial, sans-serif; float: left; }
div.main-wrapper.about-wrap .right-cont .title h3{ font-size: 46px; color: #999; font-weight: normal; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
div.main-wrapper.about-wrap .right-cont .title p{ font-size: 30px; color: #211d1e; margin: 15px 0 80px; }
div.main-wrapper.about-wrap .right-cont .title:after{ display: block; content: ''; width: 35px; height: 2px; background-color: #000; position: absolute; left: 0; bottom: -50px; z-index: 1; }

div.main-wrapper.about-wrap .container .infos{ font-size: 14px; line-height: 28px; color: #211d1e; }
div.main-wrapper.about-wrap .container .infos p{ font-size: 14px; color: #211d1e; margin: 0px 0 0px; }

@media (max-width: 1360px) {
    div.main-wrapper.about-wrap .thumb{ width: 450px; }
    div.main-wrapper.about-wrap .right-cont{ padding-left: 480px; }
    div.main-wrapper.about-wrap .right-cont .title h2{ font-size: 120px; line-height: 100px; }
    div.main-wrapper.about-wrap .right-cont .title h3{ font-size: 28px; }
    div.main-wrapper.about-wrap .right-cont .title p{ font-size: 18px; margin: 8px 0 50px; }
    div.main-wrapper.about-wrap .right-cont .title:after{ bottom: -20px; }
    div.main-wrapper.about-wrap .right-cont .infos{ line-height: 24px; }
}

@media (max-width: 980px) {
    div.main-wrapper.about-wrap .thumb{ width: 100%; float: none; text-align: center; padding-bottom: 36px; }
    div.main-wrapper.about-wrap .thumb img{ width: auto; max-width: 100%; border: 1px solid #CCC; background-color: #FFF; padding: 10px; }
    div.main-wrapper.about-wrap .right-cont{ padding-left: 0; }
}

@media (max-width: 420px) {
    div.main-wrapper.about-wrap .right-cont .title h2{ font-size: 90px; line-height: 70px; }
    div.main-wrapper.about-wrap .right-cont .title h3{ font-size: 21px; }
    div.main-wrapper.about-wrap .right-cont .title p{ font-size: 14px; margin: 5px 0 50px; }
}

div.main-wrapper.about-wrap span.lidebiao{ font-family: lidebiao, sans-serif; font-size: 26px; }

@media (max-width: 1200px) {
    div.main-wrapper.about-wrap span.lidebiao{ display: block; padding-top: 10px; line-height: 36px; }
}


div.main-wrapper.about-wrap .right-cont.team{ padding-left: 0; }

/*team-list*/
div.main-wrapper.about-wrap .team-list{ width: 100%; padding: 15px 0 15px;  }
div.main-wrapper.about-wrap .team-list:after{ width: 100%; height: 1px; content: ''; clear: both; }

div.main-wrapper.about-wrap .team-list .item{ width: 49%; margin: 1% 0 1% 2%; float: left; }
div.main-wrapper.about-wrap .team-list .item:nth-child(2n+1){ margin-left: 0; }
div.main-wrapper.about-wrap .team-list a{ display: block; color: #333; width: 100%; background-color: #FFF; }
div.main-wrapper.about-wrap .team-list a:hover, div.main-wrapper.about-wrap .team-list a:focus{ text-decoration: none; }

div.main-wrapper.about-wrap .team-list dl{ padding: 20px; }
div.main-wrapper.about-wrap .team-list dl:after{ display: block; content: ''; clear: both; }
div.main-wrapper.about-wrap .team-list dl dt{ width: 240px; height: 340px; overflow: hidden; white-space: nowrap; float: left; }
div.main-wrapper.about-wrap .team-list dl dt img{ max-width: 100%; min-height: 100%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
div.main-wrapper.about-wrap .team-list dl dd{ padding-left: 260px; position: relative; }
div.main-wrapper.about-wrap .team-list dl dd h3{ font-size: 21px; font-weight: normal; color: #666; margin-bottom: 20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
div.main-wrapper.about-wrap .team-list dl dd p.intro{ font-size: 14px; color: #999; line-height: 24px; }

div.main-wrapper.about-wrap .team-list a:hover dl{ box-shadow: 0 0 15px rgba(0, 0, 0, .2); }
div.main-wrapper.about-wrap .team-list a:hover dl dt img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
div.main-wrapper.about-wrap .team-list a:hover dl dd h3{ color: #333;}
div.main-wrapper.about-wrap .team-list a:hover dl dd p.intro{ color: #666; }

@media (max-width: 1200px) {
    div.main-wrapper.about-wrap .team-list dl dt{ width: 180px; height: 255px; }
    div.main-wrapper.about-wrap .team-list dl dd{ padding-left: 195px;  }
    div.main-wrapper.about-wrap .team-list dl dd h3{ margin-bottom: 5px; line-height: 1.4em}
    div.main-wrapper.about-wrap .team-list dl dd p.intro{ height: 196px; overflow: hidden; }
}

@media (max-width: 980px) {
    div.main-wrapper.about-wrap .team-list .item{ width: 100%; margin: 2% 0; float: none; }
    div.main-wrapper.about-wrap .team-list dl dd p.intro{ height: inherit; }
}

@media (max-width: 560px) {
    div.main-wrapper.about-wrap .team-list{ padding: 0; }
    div.main-wrapper.about-wrap .team-list .item{ margin: 4% 0; }
    div.main-wrapper.about-wrap .team-list dl{ padding: 15px 20px; }
    div.main-wrapper.about-wrap .team-list dl dt{ width: 100%; text-align: center; height: auto; float: none; margin: 0 auto 15px; padding: 10px 0; }
    div.main-wrapper.about-wrap .team-list dl dt img{ min-height: inherit; border: 1px solid #CCC; background-color: #FFF; padding: 8px; }
    div.main-wrapper.about-wrap .team-list dl dd{ min-height: inherit; padding-left: 0; }
}


/*paging*/
div.paging{ width: 100%; padding: 20px 0; text-align: center; }
div.paging a{ display: inline-block; width: 46px; height: 46px; font-size: 21px; color: #666; text-align: center; line-height: 46px; vertical-align: middle; background: #FFF no-repeat center center; background-size: 24px; margin: 0 5px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}
div.paging a:hover, div.paging a:focus{ text-decoration: none; }
div.paging a.active, div.paging a.num:hover{ background-color: #a31e2c; color: #FFF; }
div.paging a.prev{ background-image: url("../images/page_left.png"); }
div.paging a.next{ background-image: url("../images/page_right.png"); }

@media (max-width: 1200px) {
    div.paging a{ width: 42px; height: 42px; font-size: 16px; line-height: 42px; margin: 0 3px; }
}

@media (max-width: 768px) {
    div.paging a{ margin: 0 6px; }
    div.paging a.num{ display: none; }
}

/*biz-index-list*/
div.biz-index-list{ }
div.biz-index-list .item-row{ width: 100%; position: relative; }
div.biz-index-list .item-row:after{ display: block; content: ''; clear: both; }

div.biz-index-list .item-row .thumb{ width: 50%; overflow: hidden; }
div.biz-index-list .item-row .thumb img{ width: 100%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
div.biz-index-list .item-row .thumb:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
div.biz-index-list .item-row .flex-box{ width: 50%; height: 100%; background-color: #FFF; display: flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; top: 0; }
div.biz-index-list .item-row .flex-box a{ display: inline-block; }
div.biz-index-list .item-row .flex-box a:hover, div.biz-index-list .item-row .flex-box a:focus{ text-decoration: none; }
div.biz-index-list .item-row .flex-box h3{ }
div.biz-index-list .item-row .flex-box h3 span{ display: inline-block; vertical-align: bottom; color: #beae7c; font-size: 80px; font-weight: bold; line-height: 50px; font-family: Arial, sans-serif; margin-right: 10px; }
div.biz-index-list .item-row .flex-box h3 sub{ display: inline-block; font-size: 28px; line-height: 32px; color: #888; vertical-align: bottom; }
div.biz-index-list .item-row .flex-box h4{ font-size: 48px;  color: #000; margin-top: 15px; }

div.biz-index-list .item-row.left{}
div.biz-index-list .item-row.left .thumb{ float: left; }
div.biz-index-list .item-row.left .flex-box{ float: right; right: 0; }

div.biz-index-list .item-row.right{}
div.biz-index-list .item-row.right .thumb{ float: right; }
div.biz-index-list .item-row.right .flex-box{ float: left; left: 0; }

@media (max-width: 1360px) {
    div.biz-index-list .item-row .flex-box h3 span{ font-size: 60px; line-height: 40px; }
    div.biz-index-list .item-row .flex-box h3 sub{ font-size: 18px; line-height: 22px; }
    div.biz-index-list .item-row .flex-box h4{ font-size: 36px; }
}

@media (max-width: 980px) {
    div.biz-index-list .item-row .flex-box h4{ font-size: 28px; }
}

@media (max-width: 768px) {
    div.biz-index-list .item-row .flex-box h3 span{ font-size: 42px; line-height: 30px; }
    div.biz-index-list .item-row .flex-box h3 sub{ font-size: 14px; line-height: 18px; }
    div.biz-index-list .item-row .flex-box h4{ font-size: 24px; }
}

@media (max-width: 560px) {
    div.biz-index-list .item-row{ margin-bottom: 15px; }
    div.biz-index-list .item-row .thumb{ width: 100%; }
    div.biz-index-list .item-row .flex-box{ width: 100%; height: 200px; }

    div.biz-index-list .item-row.left .thumb{ float: none; }
    div.biz-index-list .item-row.left .flex-box{ float: none; position: static; }

    div.biz-index-list .item-row.right .thumb{ float: none; }
    div.biz-index-list .item-row.right .flex-box{ float: none; position: static; }
}

/*biz-view-title*/
div.biz-view-title{ }
div.biz-view-title .top-thumb{ position: relative; background: url("../images/biz_title.jpg") repeat-x top right; background-size: auto 100%; padding: 42px 35px 50px 60%; }
div.biz-view-title .top-thumb h4{ font-size: 30px; color: #888; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
div.biz-view-title .top-thumb h2{ font-size: 42px; color: #000; margin-top: 10px; }
div.biz-view-title .top-thumb:before{ display: block; width: 58%; content: ''; height: 100%; background: no-repeat center center; background-size: cover; position: absolute; left: 0; top: 0; z-index: 10; }
div.biz-view-title .top-thumb a:hover, div.biz-view-title .top-thumb a:focus{ text-decoration: none; }

div.biz-view-title .top-thumb.view1:before{ background-image: url("../images/biz_view_01.jpg"); }
div.biz-view-title .top-thumb.view2:before{ background-image: url("../images/biz_view_02.jpg"); }
div.biz-view-title .top-thumb.view3:before{ background-image: url("../images/biz_view_03.jpg"); }
div.biz-view-title .top-thumb.view4:before{ background-image: url("../images/biz_view_04.jpg"); }
div.biz-view-title .top-thumb.view5:before{ background-image: url("../images/biz_view_05.jpg"); }

@media (max-width: 1360px) {
    div.biz-view-title .top-thumb h4{ font-size: 24px; }
    div.biz-view-title .top-thumb h2{ font-size: 30px; }
}

@media (max-width: 980px) {
    div.biz-view-title .top-thumb{ padding: 0; }
    div.biz-view-title .top-thumb:before{ position: static; width: 100%; height: 200px; }
    div.biz-view-title .top-thumb a{ display: block; padding: 20px; }
}

@media (max-width: 640px) {
    div.biz-view-title .top-thumb h4{ font-size: 18px; }
    div.biz-view-title .top-thumb h2{ font-size: 24px; }
}


div.main-wrapper.biz-view{}
div.main-wrapper.biz-view .container{ padding: 160px 260px 240px; background: #FFF url("../images/content_bg.jpg") no-repeat bottom center; background-size: 100%; }

div.main-wrapper.biz-view ul.list.view1{ width: 100%; }
div.main-wrapper.biz-view ul.list.view1:after{ display: block; content: ''; clear: both; }
div.main-wrapper.biz-view ul.list.view1 li{ width: 48%; padding: 30px 0 30px 24px; margin-left: 4%; float: left; position: relative; }
div.main-wrapper.biz-view ul.list.view1 li:nth-child(2n+1){ margin-left: 0; }
div.main-wrapper.biz-view ul.list.view1 li:before{ display: inline-block; width: 15px; height: 15px; background-color: #a31e2c; content: ''; vertical-align: middle; margin-right: 10px; position: absolute; left: 0; top: 38px; }
div.main-wrapper.biz-view ul.list.view1 li a, div.main-wrapper.biz-view ul.list.view1 li span{ display: inline-block; color: #000; font-size: 22px; vertical-align: middle; }

@media (max-width: 1360px) {
    div.main-wrapper.biz-view .container{ padding: 120px 180px 200px; }
    div.main-wrapper.biz-view ul.list.view1 li:before{ top: 36px; }
    div.main-wrapper.biz-view ul.list.view1 li a{ font-size: 18px; }
}

@media (max-width: 980px) {
    div.main-wrapper.biz-view .container{ padding: 60px 80px 120px; }
    div.main-wrapper.biz-view ul.list.view1 li{ padding: 20px 0 20px 15px; }
    div.main-wrapper.biz-view ul.list.view1 li:before{ width: 10px; height: 10px; top: 25px; }
    div.main-wrapper.biz-view ul.list.view1 li a{ font-size: 14px; }
}

@media (max-width: 640px) {
    div.main-wrapper.biz-view .container{ padding: 50px 20px 80px; }
    div.main-wrapper.biz-view ul.list.view1 li{ width: 100%; margin-left: 0; }
}

/*case-list*/
div.case-list{ width: 100%; margin-bottom: 30px; }
div.case-list:after{ display: block; content: ''; clear: both; }

div.case-list a.item{ display: block; width: 48%; margin: 2% 0 2% 4%; float: left; }
div.case-list a.item:hover, div.case-list a.item:focus{ text-decoration: none; }
div.case-list a.item:nth-child(2n+1){ margin-left: 0; }
div.case-list a.item dl{ background-color: #FFF; }
div.case-list a.item dt{ overflow: hidden; }
div.case-list a.item dt img{ width: 100%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
div.case-list a.item dd{ padding: 35px; }
div.case-list a.item dd h3{ font-size: 22px; color: #000; margin-bottom: 20px; position: relative;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
div.case-list a.item dd h3:after{ display: block; width: 28px; height: 2px; content: ''; background-color: #666; margin-top: 15px; }
div.case-list a.item dd p.intro{ font-size: 14px; color: #666; height: 50px; overflow: hidden; }

div.case-list a.item:hover dl{ background-color: #bba16e; }
div.case-list a.item:hover dt img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
div.case-list a.item:hover dd h3{ color: #FFF; }
div.case-list a.item:hover dd h3:after{ background-color: #FFF; }
div.case-list a.item:hover dd p.intro{ color: #FFF; }

@media (max-width: 768px) {
    div.case-list a.item dd{ padding: 20px; }
    div.case-list a.item dd h3{ font-size: 20px; }
}

@media (max-width: 520px) {
    div.case-list a.item{ width: 100%; margin: 4% 0; }
    div.case-list a.item dd p.intro{ height: auto; }
}

/*case-view-content*/
div.case-view-content{ width: 100%; background-color: #FFF; padding: 50px; }
div.case-view-content .title{ padding:0 0 30px; text-align: center; }
div.case-view-content .title h2{ font-size: 30px; color: #a31e2c; }
div.case-view-content .content{ }
div.case-view-content .content img{ max-width: 100%; }

div.case-view-content table.list{ width: 100%; margin-top: 30px; }
div.case-view-content table.list th, div.case-view-content table.list td{ font-size: 14px; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; padding: 10px; }
div.case-view-content table.list th:first-child, div.case-view-content table.list td:first-child{ border-left: 1px solid #CCC; }
div.case-view-content table.list tr:first-child th, div.case-view-content table.list tr:first-child td{ border-top: 1px solid #CCC; }
div.case-view-content table.list th{ width: 120px; text-align: right; color: #beae7c; font-weight: normal; }
div.case-view-content table.list td{ text-align: left; }

@media (max-width: 1200px) {
    div.case-view-content{ padding: 30px; }
}

@media (max-width: 640px) {
    div.case-view-content{ padding: 15px; }
    div.case-view-content .title{ padding: 20px 0 30px; }
    div.case-view-content .title h2{ font-size: 24px; }

    div.case-view-content table.list tbody{ display: block; border: 1px solid #DDD; }
    div.case-view-content table.list th, div.case-view-content table.list td{ display: block; border: 0; }
    div.case-view-content table.list th:first-child, div.case-view-content table.list td:first-child{ border: 0; }
    div.case-view-content table.list tr:first-child th, div.case-view-content table.list tr:first-child td{ border: 0; }
    div.case-view-content table.list th{ text-align: left; width: 100%; padding-bottom: 0; }
    div.case-view-content table.list td, div.case-view-content table.list td:first-child{ border-bottom: 1px solid #DDD !important; }
    div.case-view-content table.list tr:last-child td{ border-bottom: 0 !important; }

}


/*back-page*/
div.back-page{ width: 100%; padding: 35px 0; text-align: center; }
div.back-page a{ display: inline-block; width: 125px; height: 42px; font-size: 16px; color: #beae7c; line-height: 38px; border: 2px solid #beae7c; margin: 0 5px; vertical-align: middle; }
div.back-page a.prev, div.back-page a.next{ font-size: 24px; }
div.back-page a.back{ line-height: 36px; }
div.back-page a:hover, div.back-page a:focus{ text-decoration: none; }
div.back-page a:hover{ color: #FFF; background-color: #beae7c; }

@media (max-width: 560px) {
    div.back-page a{ width: auto; height: auto; line-height: 36px; padding: 0 20px; border-width: 1px; }
    div.back-page a.prev, div.back-page a.next{ font-size: 24px; }
    div.back-page a.back{ line-height: 36px; font-size: 14px; }
}



/*case-list*/
div.news-list{ width: 100%; margin-bottom: 30px; }
div.news-list:after{ display: block; content: ''; clear: both; }

div.news-list a.item{ display: block; width: 32%; margin: 1% 0 1% 2%; float: left; }
div.news-list a.item:hover, div.news-list a.item:focus{ text-decoration: none; }

@media (min-width: 769px) {
    div.news-list a.item:nth-child(3n+1){ margin-left: 0; }
}

div.news-list a.item dl{ background-color: #FFF; }
div.news-list a.item dt{ overflow: hidden; }
div.news-list a.item dt img{ width: 100%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
div.news-list a.item dd{ padding: 35px; }
div.news-list a.item dd h3{ font-size: 22px; color: #000; margin-bottom: 20px; position: relative;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
div.news-list a.item dd h3:after{ display: block; width: 28px; height: 2px; content: ''; background-color: #666; margin-top: 15px; }
div.news-list a.item dd p.intro{ font-size: 14px; color: #666; height: 60px; overflow: hidden; }
div.news-list a.item dd p.time{ color: #999; font-size: 12px; margin-top: 15px; }

div.news-list a.item:hover dl{ background-color: #bba16e; }
div.news-list a.item:hover dt img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
div.news-list a.item:hover dd h3{ color: #FFF; }
div.news-list a.item:hover dd h3:after{ background-color: #FFF; }
div.news-list a.item:hover dd p.intro{ color: #FFF; }
div.news-list a.item:hover dd p.time{ color: #FFF; }

@media (max-width: 980px) {
    div.news-list a.item dd{ padding: 20px; }
    div.news-list a.item dd h3{ font-size: 20px; }
}

@media (max-width: 768px) {
    div.news-list a.item{ width: 49%; margin: 1% 0 1% 2%; }
    div.news-list a.item:nth-child(2n+1){ margin-left: 0; }
}

@media (max-width: 560px) {
    div.news-list a.item{ width: 100%; margin: 4% 0; }
    div.news-list a.item dd p.intro{ height: auto; }
}

/*news-view*/
div.news-view{ width: 100%; border: 1px solid #F1F1F1; background-color: #FFF; padding: 50px; }
div.news-view .title{ text-align: center; padding-bottom: 15px; border-bottom: 1px solid #DDD; }
div.news-view .title h2{ font-size: 30px; color: #a31e2c; margin-bottom: 10px; }
div.news-view .title p{ font-size: 12px; color: #999; }

div.news-view .content{ padding-top: 30px; font-size: 14px; color: #666; line-height: 24px; }
div.news-view .content p{ text-indent: 2em; }
div.news-view .content img{ max-width: 100%; }

@media (max-width: 980px) {
    div.news-view .title h2{ font-size: 20px; line-height: 30px; }
    div.news-view{ padding: 30px; }
}

@media (max-width: 420px) {
    div.news-view{ padding: 30px 20px; }
}

/*pdf-list*/
div.news-list.pdf-list{ }
div.news-list.pdf-list a.item dt{ position: relative; }
/*div.news-list.pdf-list a.item dt:before{ display: block; content: ''; width: 45px; height: 59px; background: url("../images/pdf.png") no-repeat left top; position: absolute; top: 15px; right: 15px; z-index: 99;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}*/
div.news-list.pdf-list a.item:hover dt:before{ top: 5px; right: 5px; }


/*care-list*/
div.care-list{ width: 100%; margin-bottom: 30px; }
div.care-list:after{ display: block; content: ''; clear: both; }

div.care-list a.item{ display: block; width: 100%; margin: 12px 0; }
div.care-list a.item:hover, div.care-list a.item:focus{ text-decoration: none; }
div.care-list a.item:first-child{ margin-top: 0; }

div.care-list a.item dl{ background-color: #FFF; }
div.care-list a.item dl:after{ display: block; content: ''; clear: both; }
div.care-list a.item dt{ width: 480px; overflow: hidden; float: left; }
div.care-list a.item dt img{ width: 100%;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
div.care-list a.item dd{ padding: 35px 35px 35px 515px; }
div.care-list a.item dd h3{ font-size: 18px; color: #666; margin-bottom: 20px; position: relative;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
div.care-list a.item dd p.intro{ font-size: 14px; color: #666; overflow: hidden; line-height: 24px; }
div.care-list a.item dd p.time{ color: #999; font-size: 12px; margin: 15px 0; }

div.care-list a.item:hover dl{ background-color: #bba16e; }
div.care-list a.item:hover dt img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
div.care-list a.item:hover dd h3{ color: #FFF; }
div.care-list a.item:hover dd h3:after{ background-color: #FFF; }
div.care-list a.item:hover dd p.intro{ color: #FFF; }
div.care-list a.item:hover dd p.time{ color: #FFF; }

@media (max-width: 1200px) {
    div.care-list a.item dt{ width: 360px; }
    div.care-list a.item dd{ padding: 26px 26px 26px 386px; }
}

@media (max-width: 768px) {
    div.care-list a.item{ margin: 20px 0; }
    div.care-list a.item dt{ width: 100%; float: none; }
    div.care-list a.item dd{ padding: 20px; }
}

/*contact-index*/
div.contact-index{ }
div.contact-index iframe.map{ width: 100%; height: 395px; border: 0; }

div.contact-index .infos{ padding: 50px 0; }
div.contact-index .infos:after{ display: block; content: ''; clear: both; }

div.contact-index .infos .left-content{ float: left; }
div.contact-index .infos .left-content .top{ font-size: 14px; color: #211d1e; }
div.contact-index .infos .left-content .top h3{ font-size: 18px; margin-bottom: 10px; }
div.contact-index .infos .left-content .mark{ font-size: 14px; color: #211d1e; background: transparent; line-height: 24px; margin-top: 30px; }

div.contact-index .infos .right-code{ float: right; }
div.contact-index .infos .right-code:after{ display: block; content: ''; clear: both; }
div.contact-index .infos .right-code dl{ width: 135px; margin-left: 35px; float: left; }
div.contact-index .infos .right-code dt{}
div.contact-index .infos .right-code dt img{ width: 100%; }
div.contact-index .infos .right-code dd{ text-align: center; font-size: 14px; color: #211d1e; padding-top: 10px; }

@media (max-width: 768px) {
    div.contact-index .infos{ padding: 30px 0 0; }
    div.contact-index .infos .left-content{ float: none; }

    div.contact-index .infos .right-code{ width: 100%; text-align: center; margin-top: 30px; float: none; }
    div.contact-index .infos .right-code dl{ display: inline-block; width: 120px; float: none; }
}

/*partner-list*/
div.partner-list{ width: 100%; margin-bottom: 50px; }
div.partner-list:after{ display: block; content: ''; clear: both; }
div.partner-list a.item{ display: block; width: 19%; margin: .625% 0 .625% 1.25%; float: left; }
div.partner-list a.item dl{ position: relative; }
div.partner-list a.item dt{ }
div.partner-list a.item dt img{ width: 100%;  }
div.partner-list a.item dd{ width: 100%; height: 100%; font-size: 14px; color: #666; display: none; justify-content: center; align-items: center; flex-direction: column; position: absolute; top: 0; left: 0; z-index: 10; }
div.partner-list a.item:hover dd{ display: flex; }

@media (min-width: 1200px) {
    div.partner-list a.item:nth-child(5n+1){ margin-left: 0; }
}

@media (min-width: 890px) and (max-width: 1199px) {
    div.partner-list a.item{ width: 24%; margin: .67% 0 .67% 1.33%; }
    div.partner-list a.item:nth-child(4n+1){ margin-left: 0; }
}

@media (max-width: 889px) {
    div.partner-list a.item{ width: 49%; margin: 1% 0 1% 2%; }
    div.partner-list a.item:nth-child(2n+1){ margin-left: 0; }
}

@media (max-width: 420px) {
    div.partner-list a.item{ width: 100%; margin: 2% 0; }
}

/*job-list*/
div.job-list{ padding-bottom: 50px; }

div.job-list .panel-box{ width: 100%; background-color: #FFF; border-left: 3px solid #beae7c; padding: 24px; margin-bottom: 20px; }
div.job-list .panel-box .title{ position: relative; cursor: pointer; }
div.job-list .panel-box .title h2{ font-size: 28px; color: #a31e2c; }
div.job-list .panel-box .title p{ font-size: 14px; color: #666; padding: 15px 0 0; }
div.job-list .panel-box .title:after{ display: block; content: ''; width: 28px; height: 15px; background: url("../images/arrow.png") no-repeat top center; position: absolute; right: 0; top: 15px;
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}
div.job-list .panel-box .content{ display: none; padding: 20px 0; font-size: 14px; color: #666; line-height: 32px;  }

div.job-list .panel-box .content h4.clr{ font-size: 18px; color: #beae7c; margin-bottom: 10px; }

div.job-list .panel-box .btns{}
div.job-list .panel-box .btns a{ display: inline-block; background-color: #a31e2c; color: #FFF; font-size: 18px; line-height: 18px; padding: 20px 45px; margin-top: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.job-list .panel-box .btns a:hover, div.job-list .panel-box .btns a:focus{ text-decoration: none; }
div.job-list .panel-box .btns a:hover{ opacity: .9; }

div.job-list .panel-box.active{}
div.job-list .panel-box.active .title{ border-bottom: 1px solid #CCC; }
div.job-list .panel-box.active .content{ }
div.job-list .panel-box.active .title p{ padding-bottom: 15px; }
div.job-list .panel-box.active .title:after{
    transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
}

@media (max-width: 980px) {
    div.job-list .panel-box .title h2{ font-size: 21px; }
    div.job-list .panel-box .title:after{ top: 10px; }
    div.job-list .panel-box .btns a{ font-size: 16px; padding: 15px 35px; }
}

@media (max-width: 560px) {
    div.job-list .panel-box .btns{ text-align: center; }
}

@media (max-width: 420px) {
    div.job-list .panel-box{ padding: 24px 15px 15px; }
}




